home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / compulse.swf / scripts / DefineSprite_152 / frame_1 / DoAction.as
Encoding:
Text File  |  2013-04-24  |  139 b   |  9 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(Key.isDown(32) && _currentframe < 98)
  5.    {
  6.       gotoAndPlay(_currentframe + 2);
  7.    }
  8. };
  9.